.m-news .news__wrap {
    margin: 0 10px;
}
.m-news .news__item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #eee
}
.m-news .news__img {
    width: 121px;
    height: 83px;
    margin-left: 8px;
}
.m-news .news__img > img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.m-news .news__main {
    flex: 1;
}
.m-news .news__main > h3 {
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
    color: #333;
}
.m-news .news__tips {
    color: #b1b1b1;
    font-size: 10px;
    margin-top: 5px;
}